home *** CD-ROM | disk | FTP | other *** search
- // JULY 16,1994 SPREADSHEET LOOKALIKE
- //
- // These classes provide a dialog box with a vertical and horizontal
- // scroller to display a two-dimentional array of "double" values. This
- // was adapted from Craig Porter's (CIS 70262,1047) ListViewBox Class
- // (LISTVI.ZIP). Like Craig, I provide this source freely (and without
- // any warrenty). I am very new to C++, TV, and OOP in general so
- // forgive me if I put this together poorly.
- //
- // FEATURES:
- // 1- Vertical and horizontal scroll bars.
- // 2- Variable column widths.
- // 3- Multi-line, horizontally scrollable, heading text.
- // 4- Re-sizeable.
- // 5- Simple user interface, double click for empty line,hit return to
- // edit existing data, empty line will hide entry.
- // 6- Easily modified for other types of data
- //
- // Curt Thompson CIS - 70701, 2402
- //
-